Uses of Class
nz.co.cks.tms.xml.Ncb

Packages that use Ncb
nz.co.cks.tms.xml   
 

Uses of Ncb in nz.co.cks.tms.xml
 

Fields in nz.co.cks.tms.xml declared as Ncb
private  Ncb TransactionPurchaseType._ncb
          Field _ncb
private  Ncb AdminUpdateType._ncb
          Field _ncb
private  Ncb AdminDeleteType._ncb
          Field _ncb
private  Ncb AdminAddType._ncb
          Field _ncb
 

Methods in nz.co.cks.tms.xml that return Ncb
 Ncb TransactionPurchaseType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 Ncb ResponseNcbType.getNcb(int index)
          Method getNcb
 Ncb[] ResponseNcbType.getNcb()
          Method getNcb
 Ncb ResponseNcbType.removeNcb(int index)
          Method removeNcb
static Ncb Ncb.unmarshal(java.io.Reader reader)
          Method unmarshal
 Ncb AdminUpdateType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 Ncb AdminDeleteType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 Ncb AdminAddType.getNcb()
          Method getNcbReturns the value of field 'ncb'.
 

Methods in nz.co.cks.tms.xml with parameters of type Ncb
 void TransactionPurchaseType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.
 void ResponseNcbType.addNcb(Ncb vNcb)
          Method addNcb
 void ResponseNcbType.addNcb(int index, Ncb vNcb)
          Method addNcb
 void ResponseNcbType.setNcb(int index, Ncb vNcb)
          Method setNcb
 void ResponseNcbType.setNcb(Ncb[] ncbArray)
          Method setNcb
 void AdminUpdateType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.
 void AdminDeleteType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.
 void AdminAddType.setNcb(Ncb ncb)
          Method setNcbSets the value of field 'ncb'.